HTML: Basic Fundamental Guide for Beginners by MG Martin

HTML: Basic Fundamental Guide for Beginners by MG Martin

Author:MG Martin [Martin, MG]
Language: eng
Format: epub
Published: 2018-06-30T23:00:00+00:00


Unordered lists can also be customized using the style attribute. The default style is to use bullets, but you can also use squares, circles, or no markers at all to mark each item in your list, like so:

<ul style="list-style-type:square">

<li> square </li>

<li> triange </li>

<li> rectangle </li>

<li> circle </li>

</ul>

<ul style="list-style-type:circle">

<li> square </li>

<li> triange </li>

<li> rectangle </li>

<li> circle </li>

</ul>

<ul style="list-style-type:none">

<li> square </li>

<li> triange </li>

<li> rectangle </li>

<li> circle </li>

</ul>



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.